projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de63b8
)
(Keyboard Translations): Remove a `@need 3000'
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 22 Feb 2001 14:42:34 +0000
(14:42 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 22 Feb 2001 14:42:34 +0000
(14:42 +0000)
in the example.
man/custom.texi
patch
|
blob
|
history
diff --git
a/man/custom.texi
b/man/custom.texi
index 86d9f431ef3756baa413c922c6c44d8d814c2964..f7a9e3c92916b5dc6ee11712a3e078c2a9af61b0 100644
(file)
--- a/
man/custom.texi
+++ b/
man/custom.texi
@@
-1950,7
+1950,6
@@
translations to turn @kbd{C-h} into @key{DEL} and @key{DEL} into
;; @r{Translate @kbd{C-h} to @key{DEL}.}
(keyboard-translate ?\C-h ?\C-?)
-@need 3000
;; @r{Translate @key{DEL} to @kbd{C-h}.}
(keyboard-translate ?\C-? ?\C-h)
@end example